home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
CDROM
/
Resources
/
Amiga_MO_FAQ
/
DOSDrivers-5¼
/
Mac
/
MAC4.8
< prev
next >
Wrap
Text File
|
1999-06-21
|
809b
|
34 lines
/* $VER: MAC4.8 40.1 (21.6.99)
*
* 4.8GB 5¼" MO file system entry
*
* This file enables CrossMacFileSystem on a 4.8GB 5¼" MO disk cartridge.
*/
/* 4.8GB 5¼" MO disks have 2319786 1024-byte sectors on each side. */
FileSystem = L:CrossMacFileSystem
Flags = 0
Surfaces = 1
BlocksPerTrack = 1
SectorsPerBlock = 1
SectorSize = 512
Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
Reserved = 0
Interleave = 0
LowCyl = 0
HighCyl = 2319785
Buffers = 128 /* Number of 1024-byte filesystem buffers */
BufMemType = 1
DosType = 0x4D414300
StackSize = 2000
Priority = 5
GlobVec = -1
/* The Device and Unit fields are controlled by tooltypes in the MAC4.8 icon.
*
* Device = scsi.device
* Unit = 4
*/